home *** CD-ROM | disk | FTP | other *** search
/ Earth & Beyond / Earth and Beyond (EA Games)(Disc 1).ISO / ENBData.cab / _3E5BF002B7054F399CB6F7F1EDA5CAB7 < prev    next >
Text File  |  2001-12-12  |  827b  |  29 lines

  1. ; Orbital.ini
  2.  
  3. [ORBITALS]
  4. NUM_ORBITALS=1;
  5. LIGHTCOLOR=LightColor.Gas2;
  6. SKYCOLOR=SkyColor.Gas2;
  7. SKYEMISSIVE=SkyEmissive.Gas2;
  8.  
  9. ;[SAMPLEORBITAL]
  10. ;OBJECT= Render Object Name
  11. ;LIGHTINTENSITY= Spline Name
  12. ;SKYINTENSITY= Spline Name
  13. ;STARTANGLE= Multiple of PI 0 = down, 1 = up 0.5 = east
  14. ;RX= Multiple of PI rotation about the X axis. Must be 0.0 for land lights
  15. ;RZ= Multiple of PI rotation about the Z axis. Must be 0.0 for land lights
  16. ;DISTANCE= In normal units away from CAMERA
  17. ;ORBITSPERHOUR= Number of orbits per hour
  18. ;LIGHTRADIUS= Angular radius of the light. If left blank program will calculate based on distance and radius
  19.  
  20. [ORBITAL000]
  21. OBJECT=49
  22. STARTANGLE=0.75;
  23. RX=0.0;
  24. RZ=0;
  25. DISTANCE=700000;
  26. ORBITSPERHOUR=0;
  27. EMITS_LIGHT=TRUE;
  28. LIGHTINTENSITY=LightIntensity.Sun;
  29. SKYINTENSITY=SkyIntensity.Sun;